Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.ecm.agenda.theme--resources

This contribution is part of XML component org.nuxeo.ecm.agenda.theme inside nuxeo-agenda-5.8.jar

Extension Point

Extension point resources of component ThemeService.

Contributed Items

  • <resource name="gadget-agenda.css">
          <path>css/opensocial/gadgets/gadget-common.css</path>
        </resource>
  • <resource name="gadget-agenda.css">
          <path>css/opensocial/gadgets/agenda.css</path>
        </resource>
  • <resource name="fullcalendar.css">
          <path>css/fullcalendar.css</path>
        </resource>
  • <resource name="jquery.ui.fullcalendar.timepicker.addon.css">
        	<path>css/jquery-ui-timepicker-addon.css</path>
        </resource>
  • <resource name="gadget-agenda.js">
          <path>scripts/opensocial/gadgets/agenda.js</path>
        </resource>
  • <resource name="fullcalendar.js">
          <path>scripts/fullcalendar.min.js</path>
        </resource>
  • <resource name="fullcalendar.lang.js">
          <path>scripts/fullcalendar.lang.js</path>
        </resource>
  • <resource name="jquery.ui.fullcalendar.js">
          <path>scripts/jquery-ui-1.8.19.fullcalendar.min.js</path>
        </resource>
  • <resource name="jquery.ui.fullcalendar.timepicker.addon.js">
          <path>scripts/jquery-ui-timepicker-addon.js</path>
        </resource>
  • <resource name="jquery.ui.fullcalendar.lang.js">
          <path>scripts/jquery-ui-1.8.19.fullcalendar.lang.js</path>
        </resource>

XML Source

<extension point="resources" target="org.nuxeo.theme.services.ThemeService">
    <resource name="gadget-agenda.css">
      <path>css/opensocial/gadgets/gadget-common.css</path>
    </resource>
    <resource name="gadget-agenda.css">
      <path>css/opensocial/gadgets/agenda.css</path>
    </resource>
    <resource name="fullcalendar.css">
      <path>css/fullcalendar.css</path>
    </resource>
    <resource name="jquery.ui.fullcalendar.timepicker.addon.css">
    	<path>css/jquery-ui-timepicker-addon.css</path>
    </resource>

    <resource name="gadget-agenda.js">
      <path>scripts/opensocial/gadgets/agenda.js</path>
    </resource>
    <resource name="fullcalendar.js">
      <path>scripts/fullcalendar.min.js</path>
    </resource>
    <resource name="fullcalendar.lang.js">
      <path>scripts/fullcalendar.lang.js</path>
    </resource>
    <resource name="jquery.ui.fullcalendar.js">
      <path>scripts/jquery-ui-1.8.19.fullcalendar.min.js</path>
    </resource>
    <resource name="jquery.ui.fullcalendar.timepicker.addon.js">
      <path>scripts/jquery-ui-timepicker-addon.js</path>
    </resource>
    <resource name="jquery.ui.fullcalendar.lang.js">
      <path>scripts/jquery-ui-1.8.19.fullcalendar.lang.js</path>
    </resource>
  </extension>